Added .PHONY target so that make works from the tools/python directory (it was seeing...
authorewan@linford.intra <ewan@linford.intra>
Tue, 13 Sep 2005 13:43:18 +0000 (14:43 +0100)
committerewan@linford.intra <ewan@linford.intra>
Tue, 13 Sep 2005 13:43:18 +0000 (14:43 +0100)
tools/python/Makefile

index a676cdf0e901b044a542f094fdb91558ca647703..ea8040d512f26152be64ce05f9999ab4d481de0f 100644 (file)
@@ -1,7 +1,8 @@
-
 XEN_ROOT = ../..
 include $(XEN_ROOT)/tools/Rules.mk
 
+.PHONY: all build install clean
+
 all: build
 build:
        CFLAGS="$(CFLAGS)" python setup.py build